home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Utilities / Unix / WhosOnFirst / Makefile.preamble < prev    next >
Makefile  |  1992-12-26  |  451b  |  12 lines

  1. #===========================================================================
  2. #
  3. #    If you have Trillium's TextToSpeech Kit, compile with the 
  4. #    following flags set.  If not, comment out the following 2 lines
  5. #
  6. #OTHER_CFLAGS = -DSPEECH
  7. #OTHER_LIBS = -lTextToSpeech 
  8. #===========================================================================
  9. #
  10. #    Use the other_libs below if you wish to test for malloc leaks.
  11. #
  12. #OTHER_LIBS = -lTextToSpeech -lMallocDebug